The NullableObjectConverter<(Of <(<'T>)>)> type exposes the following members.

Constructors

Methods

  Name Description
Public method CanConvertFrom(Type)
Returns whether this converter can convert an object of the given type to the type of this converter.
(Inherited from TypeConverterTypeConverter.)
Public method CanConvertFrom(ITypeDescriptorContext, Type)
Checks whether the converter can convert from a given type.
(Overrides TypeConverter..::..CanConvertFrom(ITypeDescriptorContext, Type).)
Public method CanConvertTo(Type)
Returns whether this converter can convert the object to the specified type.
(Inherited from TypeConverterTypeConverter.)
Public method CanConvertTo(ITypeDescriptorContext, Type)
Checks whether the converter can convert to a given type.
(Overrides TypeConverter..::..CanConvertTo(ITypeDescriptorContext, Type).)
Public method ConvertFrom(Object)
Converts the given value to the type of this converter.
(Inherited from TypeConverterTypeConverter.)
Public method ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
Converts from a given type.
(Overrides TypeConverter..::..ConvertFrom(ITypeDescriptorContext, CultureInfo, Object).)
Public method ConvertFromString
Converts the specified text to an object.
(Inherited from TypeConverter.)
Public method ConvertTo(Object, Type)
Converts the given value object to the specified type, using the arguments.
(Inherited from TypeConverterTypeConverter.)
Public method ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
Convert to a given type.
(Overrides TypeConverter..::..ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).)
Public method ConvertToString
Converts the specified value to a string representation.
(Inherited from TypeConverter.)
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

See Also